home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / binutils / ranlib.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1991-10-07  |  90b  |  4 lines

  1. #!/bin/sh
  2. # A simple ranlib script, to use less disk space than a ranlib program.
  3. ar s $1
  4.